Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

378
Views
How to change animation of material "mat-progress-bar " to start from 0 instead of 100?

I am using progress bar from material on angular:

<mat-progress-bar  mode="determinate" value="40"></mat-progress-bar>

when I refresh the page, I notice the progress bar starts with 100 and then reduce the value to 40. Is there a way to change this behavior, so that progress bar starts with 0 and increase to 40?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It seems that your problem is related to this mat-progress-bar bug. Even tough one user mentioned he cannot reproduce it anymore in Angular 13, the issue still seems to be present.

One workaround is to disable the transitions:

.mat-progress-bar .mat-progress-bar-fill {
    transition: none !important;
}
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!